@charset "utf-8";
*{font-family: "SourceHanSansSC-Light"}
a img{ border:none;} h1,h2,h3,h4,p{margin: 0px;padding: 0px;}

/*首页*/
.project_box{
	background: #f5f5f5;
	margin: auto;
	padding-bottom: 50px;
}
.all_title{
	width: 1200px;
	margin: auto;
	padding: 60px 0px 30px 0px;
	overflow: hidden;
}
.all_title h1{
	float: left;
	font-size: 22px;
	color: #001566;
	line-height: 22px;
	font-weight: normal;
	border-left: 4px solid #001566;
	text-indent: 10px;
}
.all_title a{
	display: block;
	float: right;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
.all_title a:hover{
	color: #001566;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
#s_slide_bar ul{
	overflow: hidden;
	background: #fff;
}
#s_slide_bar li {
	width: 240px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#s_slide_bar li.on {
	width: 480px;
}
#s_slide_bar li .box {
	width: 480px;
	position: absolute;
	left: 0;
	top: 0;
}
.project_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 300px;
	display: block;
	overflow: hidden;
}
.project_img img {
	width: 240px;
	min-height: 300px;
	border: 4px solid #fff;
}
#s_slide_bar .text_box {
	width: 220px;
	height: 300px;
	margin-left: 260px;
	position: relative;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#s_slide_bar li.on .text_box {
	width: 220px;
}
#s_slide_bar h1 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	padding: 40px 0px 20px 0px;
}
#s_slide_bar p {
	width: 200px;
	font-size: 14px;
	line-height: 26px;
	color: #555;
}
#s_slide_bar a {
	display: table;
	margin: 10px 0px;
	font-size: 14px;
	line-height: 30px;
	color: #888;
}
#s_slide_bar a:hover{
	color: #001566;
}
.news_box{
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.news_box ul{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.news_box li{
	float: left;
}
.news_title{
	width: 780px;
	padding: 60px 0px 30px 0px;
	overflow: hidden;
}
.news_title h1{
	float: left;
	font-size: 22px;
	color: #001566;
	line-height: 22px;
	font-weight: normal;
	border-left: 4px solid #001566;
	text-indent: 10px;
}
.news_title a{
	display: block;
	float: right;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
.news_title a:hover{
	color: #001566;
}
.news_center{
	width: 780px;
	overflow: hidden;
}
.news_center div{
	float: left;
	width: 400px;
	padding-left: 30px;
}
.news_center div.f_tree{
	float: left;
	width: 350px;
	padding-left: 0px;
}
.news_center div img{
	display: none;
}
.news_center div.f_tree img{
	display: block;
	width: 350px;
	height: 255px;
	padding-bottom: 10px;
}
.news_center div h1{
	width: 100%;
	font-size: 15px;
	color: #222;
	line-height: 30px;
	font-weight: normal;
	white-space:nowrap;/*一行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow: ellipsis;/*用...代替超出部分*/
}
.news_center div h1:hover{
	color: #001566;
}
.news_center div p{
	font-size: 13px;
	line-height: 24px;
	color: #888;
	padding: 4px 0px 12px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news_center div.f_tree p{
	display: none;
}
.us_box{
	width: 340px;
	height: 360px;
	margin-top: 60px;
	margin-left: 80px;
	background: url(../images/us_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.us_center{
	float: left;
	width: 170px;
	height: 180px;
	margin-left: 170px;
	background: #001566;

}
.lianxi_center{
	float: left;
	width: 170px;
	height: 180px;
	background: #888;
}
.us_center a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: normal;
	padding: 70px 0px 70px 75px;
	background: url(../images/icon_g1.png) no-repeat;
	background-position: 20px 72px;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.us_center a:hover{
	padding: 60px 0px 80px 75px;
	background-position: 20px 62px;
}
.lianxi_center a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: normal;
	padding: 70px 0px 70px 75px;
	background: url(../images/icon_g2.png) no-repeat;
	background-position: 20px 72px;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.lianxi_center a:hover{
	padding: 60px 0px 80px 75px;
	background-position: 20px 62px;
}
.us_center span,.lianxi_center span{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	font-weight: normal;
}
.huxing_box{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.huxing_title{
	float: left;
}
.huxing_title h1{
	font-size: 22px;
	font-weight: normal;
	color: #001566;
	padding-top: 100px;
}
.huxing_title p{
	font-size: 20px;
	color: #aaa;
}
.huxing_title span{
	display: block;
	width: 23px;
	height: 2px;
	margin: 10px 0px;
	background: #001566;
}
.huxing_title a{
	display: table;
	background: #eee;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 10px;
	margin-top: 60px;
	color: #888;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.huxing_title a:hover{
	background: #001566;
	color: #fff;
}
.huxing_box ul{
	float: right;
	overflow: hidden;
	margin: 60px 0px;
}
.huxing_img{
	float: left;
}
.huxing_img a{
	display: block;
	width: 230px;
	height: 260px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}
.huxing_img img{
	height: 260px;
	min-width: 230px;
	margin: auto;
	transition: all 0.4s;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.huxing_img a:hover img{
	transform: scale(1.2);
}
.huxing_img p{
	position: absolute;
	width: 100%;
	bottom: -40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: #001566;
	color: #fff;
	opacity: 0.5;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.huxing_img a:hover p{
	bottom:0;
	opacity: 1;
}

/*单页、详情页css*/
.article_box{
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}
.article_box ul{
	overflow: hidden;
}
.article_box li{
	float: left;
}
.com_left{
	width: 250px;
	margin-top: 40px;
	overflow: hidden;
}
.com_left h1{
	width: 100%;
	line-height: 40px;
	background: #001566;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
}
.com_left a{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #222;
	margin-top: 5px;
	text-indent: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.com_left a:hover{
	color: #001566;
}
.com_left h2{
	width: 100%;
	line-height: 40px;
	background: #001566;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
}
.com_left div{
	font-size: 14px;
	padding: 14px 0px;
	line-height: 24px;
}
.kuang{
	width: 230px;
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #999;
}
.com_right{
	margin-left:48px;
	width: 890px;
	overflow: hidden;
}

.com_rights{
	width: 1200px;
}

.com_rights h1{
	font-size: 20px;
	padding: 30px 0px 20px 0px;
	line-height: 26px;
	text-align: center;
	color: #001566;
}
.com_rights p{
	font-size: 15px;
	color: #252525;
	line-height: 26px;
}

.crumbNav{
	color: #313131;
	font-size: 14px;
	padding: 40px 0px 17px 0px;
	border-bottom: 1px solid #ddd;
}
.crumbNav a{
	font-size: 14px;
	color: #313131;
	font-weight: normal;
}
.crumbNav a:hover{
	color: #001566;
}
.com_right h1{
	font-size: 20px;
	padding: 30px 0px 20px 0px;
	line-height: 26px;
	text-align: center;
	color: #001566;
}
.com_right p{
	font-size: 15px;
	color: #252525;
	line-height: 26px;
}
.new_lisbox{
	margin-top: 10px;
}
.new_listpage{
	overflow: hidden;
}
.new_listpage a{
	font-size: 15px;
	color: #555;
	line-height: 30px;
	float: left;
	display: block;
}
.new_listpage a:hover{
	color: #001566;
}
.new_listpage span{
	font-size: 14px;
	color: #aaa;
	float: right;
}
.flip_article{
	font-size: 14px;
	padding: 20px 0px;
	display: table;
	margin: auto;	
}
.flip_article a{
	color: #555;
}
.flip_article a:hover{
	color: #001566;
}
.article_libox{
  padding-top: 10px;
  overflow: hidden;
}
.article_libox li{
	width: 210px;
	background: #f7f8fa;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
}
.article_liall{
	font-weight: normal;
	display: block;
	width: 210px;
	background: #0a2b4a;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.article_libox span{
	margin-top: 10px;	
	overflow: hidden;
	display: block;
}
.article_lione{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #252525;
	text-indent: 10px;
}
.article_lione:hover{
	color: #001566;
}
.product_listpage{
	overflow: hidden;
}
.product_listpage a{
	float: left;
	margin: 0px 10px 10px 0px;
}
.product_listpage div{
	width: 424px;
    height: 300px;
	overflow: hidden;
}
.product_listpage img{
	height: 300px;
    width: 424px;
}

.product_listpage p{
	line-height: 40px;
	font-size: 14px;
	color: #555;
	text-align: center;
	margin: 0px;
}
.product_listpage a:hover p{
	color: #fff;
	background: #001566;
}



.product_normal{
	overflow: hidden;
}
.product_normal a{
	float: left;
	margin: 0px 10px 10px 0px;
}
.product_normal div{
	width: 212px;
	height: 142px;
	overflow: hidden;
}
.product_normal img{
	height: 142px;
	min-width: 212px;
}

.product_normal p{
	line-height: 40px;
	font-size: 14px;
	color: #555;
	text-align: center;
	margin: 0px;
}
.product_normal a:hover p{
	color: #fff;
	background: #001566;
}



.article_listpage{
	overflow: hidden;
}
.article_listpage a{
	float: left;
	width: 425px;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}
.article_listpage img{
	width: 180px;
	height: 137px;
	border: 1px solid #e5e5e5;
	float: left;
}
.article_listpage div{
	float: right;
	width: 230px;
	height: 137px;
	overflow: hidden;
}
.article_listpage h5{
	font-size: 16px;
	line-height: 40px;
	color: #001566;
	margin: 0px;
	font-weight: normal;
}
.article_listpage p{
	font-size: 14px;
	color: #222;
	line-height: 24px;
}
.detail_img{
	max-width: 470px;
	padding: 10px 20px 0px 0px;
	float: left;
}
.com_right h3{
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #001566;
	font-size: 18px;
}
.com_right h4{
	font-size: 15px;
	color: #252525;
	line-height: 26px;
	font-weight: normal;
}
.list_art{
	display: table;
	margin: auto;
	overflow: hidden;
}
.list_art li{
	float: left;
	margin: 0px 10px;
}
.list_art a{
	display: block;
	float: left;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	line-height: 30px;
	border: 1px solid #001566;
	color: #001566;
	margin-bottom: 20px;
}
.list_art a:hover{
	background: #001566;
	color: #fff;
}

/*在线留言*/
td{
	padding: 0px;
}
.guestbook_r01{
	width:520px; 
	height:50px;
}
.guestbook_r_text01{ 
	width:500px;
	background:#eee;
	border:1px dashed #ccc;
	height:36px;
	line-height:36px;
	padding:0 10px;
}
.guestbook_r02{ 
	width:520px; 
	height:130px;
}
.guestbook_r_text02{ 
	width:500px; 
	background:#eee; 
	border:1px dashed #ccc; 
	height:84px; 
	line-height:180%; 
	padding:10px;
}
.guestbook_r03{ 
	width:520px; 
	height:50px;
}
.guestbook_r_text03{ 
	width:160px; 
	background:#eee; 
	border:1px dashed #ccc; 
	height:36px; 
	line-height:36px; 
	padding:0 10px;
}
.submit001{ 
	background:#001566; 
	border:none; 
	width:250px; 
	height:40px; 
	line-height:40px; 
	color:#fff; 
	font-family:"SourceHanSansSC-Light"; 
	font-size:16px; 
	margin-top:20px;
	cursor:pointer;
}
.reset001{ 
	background:#ccc; 
	border:none; 
	width:250px; 
	height:40px; 
	line-height:40px; 
	color:#333; 
	font-family:"SourceHanSansSC-Light"; 
	font-size:16px; 
	margin-left:10px; 
	margin-top:20px;
	cursor:pointer;
}

/*翻页代码*/
.pages {
	text-align: center;
	font-size: small;
	margin-top:20px;
}

.pages a {
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px
}

.pages a:hover {
	border: 1px solid #666;
	padding: 1px 5px;
	text-decoration: none
}

.pages strong {
	font-weight: bold;
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px;
	color: #1176bb
}

.pages .current {
	background-color: #333;
	display: inline-block;
	padding: 2px 6px;
	color: #fff
}
